<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*产品分类*/
.anson_product {
    margin: 30px auto;
    position: relative;
}

.anson_product_con {}

.anson_product_con .left {
    width: 18%;
}

.anson_product_con .left .sideMenu {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #efefef;
}

.anson_product_con .left .sideMenu h3 {
    cursor: pointer;
    line-height: 55px;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    padding-left: 15px;
    position: relative;
    font-size: 17px;
    color: #333;
}

.anson_product_con .left .sideMenu h3 a {
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

.anson_product_con .left .sideMenu h3:before {
    content: '+';
    font-size: 16px;
    color: #333;
    font-family: 'Kaiti';
    position: absolute;
    right: 15px;
}

.anson_product_con .left .sideMenu .cur:before {
    content: '-' !important;
    color: #fff !important
}

.anson_product_con .left .sideMenu .cur {
    background: #012468;
    color: #fff
}

.anson_product_con .left .sideMenu .cur a {
    color: #fff
}

.anson_product_con .left .sideMenu dl {
    padding: 8px 10px;
    color: #999;
    display: none;
    /* 默认都隐藏 */
    text-align: left;
}

.anson_product_con .left .sideMenu dl dt a:before {
    content: ''
}

.anson_product_con .left .sideMenu dl dt a {
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    font-size: 15px;
}

.anson_product_con .left .sideMenu dl dt a:hover {
    background: #f5f5f5;
    color: #333
}

.anson_product_con .left .sideMenu dl dt .on {
    background: #f5f5f5;
    color: #333
}



.anson_product_con .left .sideMenu ul {
    padding: 8px 10px;
    color: #999;
    display: none;
    /* 默认都隐藏 */
}

.anson_product_con .left .sideMenu ul li a:before {
    content: ''
}

.anson_product_con .left .sideMenu ul li a {
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.anson_product_con .left .sideMenu ul li a:hover {
    background: #f5f5f5;
    color: #333
}

.anson_product_con .left .sideMenu ul li .on {
    background: #f5f5f5;
    color: #333
}

.anson_product_con .right {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 80%;
}

.anson_product_con .right dl {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    float: left
}

.anson_product_con .right dl:last-child {
    margin-right: none
}

.anson_product_con .right dl img {
    width: 100%;
    border: 1px solid #efefef;
}

.anson_product_con .right dl dt {
       text-align: center;
    color: #333;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 2
}

.anson_product_con .right dl p {
    display: none;
}

.anson_product_con .right dl dd {
    display: none;
}



/*解决方案*/
.anson_solution {}


.anson_solution_con {
    display: flex;
    flex-direction: column;

    position: relative;
}

.anson_solution_con .hd {
    width: 100%;
    position: relative;
}


.anson_solution_con .hd ul {
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    top: 5px;
    right: 0;
    width: 80%
}

.anson_solution_con .hd ul li {}

.anson_solution_con .hd ul a {
    text-align: left;
    color: #333;
    display: block;
    line-height: 50px;
    margin: 0 10px;
    display: block;
    font-size: 16px;
    padding: 0 10px;
    background: #fff;
    box-sizing: border-box;
}

.anson_solution_con .hd ul a:hover {
    border-bottom: 2px solid #d8170f;
    text-align: left;
    color: #333;
}

.anson_solution_con .hd ul .on a {
    border-bottom: 2px solid #d8170f;
    text-align: left;
    color: #333;
}

.anson_solution_con .bd {
    width: 100%;
    z-index: 9;
    position: relative;
}

.anson_solution_con .bd .left {
    float: left;
    width: 400px;
    position: absolute;
    left: 0
}

.anson_solution_con .bd .left em {
    width: 400px;
    height: 320px;
    ;
    border: 1px solid #efefef;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 98
}

.anson_solution_con .bd .left dl {
    width: 400px;
    position: relative;
    background: #012468;
    z-index: 99;
    box-sizing: border-box;
    padding: 30px;
    color: #fff
}

.anson_solution_con .bd .left dl dt {
    font-size: 30px;
    line-height: 60px;
    background: url(../images/dl_t.png) right no-repeat;
}

.anson_solution_con .bd .left dl dd {
    font-size: 14px;
    line-height: 30px;
}

.anson_solution_con .bd .right {
    width: 1330px;
    height: 400px;
    float: right;
    position: relative;
    margin-top: 50px
}

.anson_solution_con .bd .right img {
    width: 100%;
    min-height: 400px
}


/* 下面是前/后按钮代码，如果不需要删除即可 */
.anson_solution_con .prev,
.anson_solution_con .next {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 99;
    border: 2px solid #ccc;
    font-size: 30px;
    font-family: 'KaiTi';
    color: #999;
    font-weight: bold;
    text-align: center;
    bottom: 0;
    left: 240px;
    line-height: 50px;
    box-sizing: border-box;
}

.anson_solution_con .prev:hover,
.anson_solution_con .next:hover {
    background: #0061a3;
    color: #fff;
    border: none;
}


.anson_solution_con .next {
    bottom: 0;
    left: 295px;
    background-position: 8px 5px;
}

.anson_solution_con .prev:hover,
.anson_solution_con .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.anson_solution_con .prevStop {
    display: none;
}

.anson_solution_con .nextStop {
    display: none;
}


/*公司简介*/
.anson_about {
    height: 505px;
    position: relative;
    width: 100%;
    margin: 40px auto
}

.anson_about .left {
    position: absolute;
    left: 50%;
    margin-left: -960px
}


.anson_about .right {
    width: 50%;
    position: relative;
    left: 50%;
}

.anson_about .right dl {
    width: 33.333333%;
    float: left;
    text-align: center;
}

.anson_about .right dl dt {
    font-size: 36px;
    font-family: 'Impact';
    color: #0061a3;
    position: relative;
}

.anson_about .right dl dt em {
    font-style: normal;
    font-size: 14px;
    position: absolute;
    top: 0;
    margin-left: 10px;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
    color: #666
}

.anson_about .right dl dd {
    line-height: 50px
}

.anson_about p {
    font-size: 0.875rem;
    line-height: 2rem;
    text-indent: 30px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}


.anson_about a {
    padding: 10px 45px;
    color: #333;
    border: 1px solid #999999;
}

.anson_about a:hover {
    background: #d8170f;
    color: #fff;
    border: none;
}



/*新闻资讯*/
.anson_news {margin-bottom: 20px}

.anson_news_con {
    display: flex;
    flex-direction: column;
    position: relative;
}

.anson_news_con .hd {
    width: 100%;
    position: relative;
}


.anson_news_con .hd ul {
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    top: -70px;
    right: 0;
    width: 80%
}

.anson_news_con .hd ul li {}

.anson_news_con .hd ul a {
    text-align: left;
    color: #333;
    display: block;
    line-height: 40px;
    padding: 0 20px;
    display: block;
    font-size: 18px;
    font-weight: bold;

    background: #fff;
}

.anson_news_con .hd ul a:hover {
    text-align: left;
    color: #0061a3;
    background: #fff;
}

.anson_news_con .hd ul .on a {
    text-align: left;
    color: #0061a3;
    background: #fff;
}


.anson_news_con .bd {
    width: 100%;

}

.anson_news_con .bd ul {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.anson_news_con .bd .left {
    width: 40%;
    position: relative;
    box-sizing: border-box;
    float: left;
}

.anson_news_con .bd .left img {
    width: 100%;
    height: 245px;
    z-index: 1;
    position: relative;
    display: block;
    margin: 0 0 40px 0
}

.anson_news_con .bd .left .fl {
    border-right: 1px solid #ccc;
    width: 15%;
    font-size: 18px;
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    height: 200px
}

.anson_news_con .bd .left .fl b {
    font-size: 14px;
    display: block;
}

.anson_news_con .bd .left .fr {
    width: 85%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.anson_news_con .bd .left .fr .t {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 180%;
    color: #333;
    display: block;
    position: relative;
}

.anson_news_con .bd .left .fr .t:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #d9221a;
    position: absolute;
    display: inline-block;
    left: -21px
}

.anson_news_con .bd .left .fr .t:hover {
    color: #d9221a
}

.anson_news_con .bd .left .fr p {
    line-height: 160%;
    font-size: 0.9rem;
}

.anson_news_con .bd .left .fr .more {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #333;
    padding: 0 30px;
    border-top: 1px solid #ccc;
    display: inline-block;
    margin: 20px 0 0 0
}


.anson_news_con .bd .right {
    width: 60%;
    float: right;
    text-align: left;
    box-sizing: border-box;
}



.anson_news_con .bd .right li {
    width: 100%;
    height: 160px
}

.anson_news_con .bd .right .fl {
    border-right: 1px solid #ccc;
    width: 15%;
    font-size: 18px;
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    height: 160px
}

.anson_news_con .bd .right .fl b {
    font-size: 1.2rem;
    display: block;
}

.anson_news_con .bd .right .fr {
    width: 85%;
    padding: 0 0 20px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.anson_news_con .bd .right .fr::before {
    content: '';
    width: 1px;
    height: 40px;
    background: #d9221a;
    position: absolute;
    display: inline-block;
    left: -1px
}


.anson_news_con .bd .right .fr strong {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 180%;
    color: #333;
    display: block;
    position: relative;
}


.anson_news_con .bd .right .fr:hover strong {
    color: #d9221a
}

.anson_news_con .bd .right .fr p {
    line-height: 160%;
    font-size: 0.9rem;
}

/*合作伙伴*/
.anson_partners {
    overflow: hidden;
    position: relative;
    margin: 30px auto;
    width: 1200px
}


.anson_partners .bd {
    padding: 10px;
}

.anson_partners .bd ul {
    overflow: hidden;
    zoom: 1;
}

.anson_partners .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.anson_partners .bd ul li .pic {
    text-align: center;
}

.anson_partners .bd ul li .pic img {
    width: 200px;
    height: 80px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.anson_partners .bd ul li .pic a:hover img {
    border-color: #999;
}

.anson_partners .bd ul li .title {
    line-height: 24px;
}




@media screen and (max-width: 1366px) {

.anson_product_con .right dl img {
    width: 100%;
    height: 167px
}
    .anson_news_con .bd .right {
        width: 580px;
    }

    .anson_news_con .bd .right .fl {
        border-right: 1px solid #ccc;
        width: 100px;
        font-size: 18px;
        text-align: right;
        padding: 0 20px 0 0;
        box-sizing: border-box;
        height: 160px
    }

    .anson_news_con .bd .right .fl b {
        font-size: 14px;
        display: block;
    }

    .anson_news_con .bd .right .fr {
        width: 475px;
        padding: 0 0 20px 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #ccc
    }

    .anson_product_con .right {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 920px;
    }
    .anson_solution_con .bd .right {
    width: 100%;
    height: 400px;
    float: right;
    position: relative;
    margin-top: 50px
}

.anson_solution_con .bd .right {
    width: 68%;
    float: right;
    position: relative;
    margin-top: 50px;
    background-position: center;
}
}
@media screen and (min-width:1367px) and (max-width:1600px) {

.anson_product_con .right dl img {
    width: 100%;
    height: 256px
}
    .anson_news_con .bd .right {
        width: 56%;
    }

    .anson_news_con .bd .right .fl {
        border-right: 1px solid #ccc;
        width: 15%;
        font-size: 18px;
        text-align: right;
        padding: 0 20px 0 0;
        box-sizing: border-box;
        height: 160px
    }

    .anson_news_con .bd .right .fl b {
        font-size: 14px;
        display: block;
    }

    .anson_news_con .bd .right .fr {
        width: 85%;
        padding: 0 0 20px 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #ccc
    }

    .anson_product_con .right {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 79%;
    }
        .anson_solution_con .bd .right {
    width: 100%;
    height: 400px;
    float: right;
    position: relative;
    margin-top: 50px
}
.anson_solution_con .bd .right {
    width: 74%;
    height: 400px;
    float: right;
    position: relative;
    margin-top: 50px;
    background-position: center;
}
}</pre></body></html>